home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the mouseDown
- if (the mouseV > 68) and (the mouseV < 135) then
- set the locV of sprite the clickOn to the mouseV - 3
- set the height of sprite 37 to the mouseV - 70
- set the volume of sound 2 to 256 - (the height of sprite 37 * 1.0 / 64 * 256) - 1
- updateStage()
- end if
- end repeat
- end
-
- on mouseUp
- set the volume of sound 2 to 256 - (the height of sprite 37 * 1.0 / 64 * 256) - 1
- end
-